home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / comms / netsoftware / archie38_1.lha / archie-1.4 / rdgram.h < prev    next >
C/C++ Source or Header  |  1995-01-04  |  545b  |  17 lines

  1. /*
  2.  * Copyright (c) 1991 by the University of Washington
  3.  *
  4.  * For copying and distribution information, please see the file
  5.  * <copyright.h>.
  6.  */
  7.  
  8. #include "copyright.h"
  9.  
  10. /* Queuing priorities for datagrams */
  11. #define           RDGRAM_MAX_PRI   32765  /* Maximum user proiority          */
  12. #define           RDGRAM_MAX_SPRI  32767  /* Maximum priority for system use */
  13. #define           RDGRAM_MIN_PRI  -32765  /* Maximum user proiority          */
  14. #define           RDGRAM_MIN_SPRI -32768  /* Maximum priority for system use */
  15.  
  16. int    rdgram_priority = 0;
  17.